@media screen and (max-width: 1680px){
    .head .box {
        width: 433px;
        height: 407px;
    }
    .industry>ul>li {
        width: 388px;
        height: 425px;
    }
    .industry li .pic,
    .industry li .imgBg{
        height: 226px;
    }
    .industry>ul>li>img{
        width: 100%;
    }
    .industry>ul>li>p {
        width: 350px;
    }
    .industry>ul>li>span {
        top: 175px;
    }
    .industry .test {
        width: 345px;
    }
    .industry .test{height: 90px;}
    .industry .scrollbar{height: 20px;}
    .industry .scrollbar p{font-size: 14px;}
}
@media screen and (max-width: 1600px){
    .head p:nth-child(1) {
        margin-top: 120px;
    }
}
@media screen and (max-width: 1440px){
    .head p:nth-child(1) {
        font-size: 35px;
        margin-top: 90px;
        margin-bottom: 0px;
    }
    .head p:nth-child(2) {
        margin-bottom: 25px;
    }
    .industry {
        margin-top: 70px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1366px){
    .head .box {
        width: 379px;
        height: 356px;
    }
}
@media screen and (max-width: 750px){
    .solution-banner{
        height: 8.7rem;
    }
    .solution-banner .main{
        padding-top: 3rem;
    }
    .solution-banner .title{
        font-size: .56rem;
        line-height: .76rem;
    }
    .solution-banner .txt{
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .3rem;
    }


    .head {
        width: 7.5rem;
        height: 8.7rem;
    }
    .head p:nth-child(1) {
        width: 3.2rem;
        height: .7rem;
        line-height: .7rem;
        font-weight: bold;
        font-size: .56rem;
        margin-top: .5rem;
        margin-bottom: .4rem;
    }
    .head p:nth-child(2) {
        width: 6.4rem;
        height: auto;
        margin: 0 auto;
        margin-bottom: .2rem;
        color: #FFFFFF;
    }
    .head .box {
        width: 5rem;
        height: 4.68rem;
        margin: 0 auto;
        position: relative;
        background-image: url(../../images/solution1.png);
        background-size: cover;
    }
    .head .player {
        width: 0.6rem;
        height: 0.6rem;
    }
    .industry>ul>li {
        width: 6.9rem;
        height: 8.1rem;
        background: #FFFFFF;
        border-radius: .2rem;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: .6rem;
        position: relative;
        overflow: hidden;
    }
    .industry li .pic, .industry li .imgBg{
        height: 4.03rem;
    }
    .industry .scrollbar{
        height: .4rem;
        margin-bottom: .1rem;
    }

    .industry {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .industry>ul>li>span {
        font-size: .4rem;
        top: 3.2rem;
        left: .5rem;
    }
    .industry>ul>li>p {
        width: 6.1rem;
        font-size: .24rem;
        margin-top: .4rem;
        line-height: .42rem;
    }
    .industry .test {
        width: 5.94rem;
        height: 1.5rem;
        margin: .3rem .48rem;
    }
    .industry .scrollbar p{
        font-size: .26rem;
    }
}